home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3006 / 3006.xpi / chrome / dwhelper.jar / skin / classic / dwhelper.css < prev    next >
Cascading Style Sheet File  |  2010-01-15  |  5KB  |  245 lines

  1. /******************************************************************************
  2.  *            Copyright (c) 2006-2009 Michel Gutierrez. All Rights Reserved.
  3.  ******************************************************************************/
  4.  
  5. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  6.  
  7. #dwhelper-toolbaritem  {
  8.     padding: 0px;
  9.     margin: 0px;
  10. }
  11.  
  12. #dwhelper-button  {
  13.   list-style-image: url("chrome://dwhelper/skin/dwhelper16-on.gif");
  14.   -moz-box-orient: vertical;
  15.   -moz-box-pack: end;
  16. }
  17.  
  18. #dwhelper-button.on  {
  19.   list-style-image: url("chrome://dwhelper/skin/dwhelper24-anim.gif");
  20. }
  21.  
  22. toolbar[iconsize="small"] #dwhelper-button.on  {
  23.   list-style-image: url("chrome://dwhelper/skin/dwhelper14-anim.gif");
  24. }
  25.  
  26. #dwhelper-button.on-noanim  {
  27.   list-style-image: url("chrome://dwhelper/skin/dwhelper24-on.gif");
  28. }
  29.  
  30. toolbar[iconsize="small"] #dwhelper-button.on-noanim  {
  31.   list-style-image: url("chrome://dwhelper/skin/dwhelper14-on.gif");
  32. }
  33.  
  34. #dwhelper-button.off  {
  35.   list-style-image: url("chrome://dwhelper/skin/dwhelper24-off.gif");
  36. }
  37.  
  38. toolbar[iconsize="small"] #dwhelper-button.off  {
  39.   list-style-image: url("chrome://dwhelper/skin/dwhelper14-off.gif");
  40. }
  41.  
  42. #dwhelper-statusbarpanel  {
  43.     height: 20px;
  44. }
  45.  
  46. #dwhelper-statusbar-button  {
  47.   list-style-image: url("chrome://dwhelper/skin/dwhelper14-on.gif");
  48.   -moz-box-align: center;
  49.   -moz-box-pack: center;
  50. }
  51.  
  52. #dwhelper-statusbar-button.on  {
  53.   list-style-image: url("chrome://dwhelper/skin/dwhelper14-anim.gif");
  54. }
  55.  
  56. #dwhelper-statusbar-button.on-noanim  {
  57.   list-style-image: url("chrome://dwhelper/skin/dwhelper14-on.gif");
  58. }
  59.  
  60. #dwhelper-statusbar-button.off  {
  61.   list-style-image: url("chrome://dwhelper/skin/dwhelper14-off.gif");
  62. }
  63.  
  64. .controler-entry>label {
  65.     padding-left: 10px;
  66. }
  67.  
  68. menu.controler-entry hbox.menu-right {
  69.     width: 0px !important;
  70.     display: none !important;
  71. }
  72.  
  73. .download-processor-entry>label {
  74.     margin-left: 0px !important;
  75.     padding-left: 12px !important;
  76. }
  77.  
  78. menuitem.download-processor-entry {
  79.     -moz-appearance: none !important;
  80.     background-color: White;
  81.     color: Black;
  82.     padding: 2px 0px 2px 0px;
  83. }
  84.  
  85. .download-processor-entry[_moz-menuactive="true"] {
  86.     background-image: url(chrome://dwhelper/skin/bullet.png);
  87.     background-repeat: no-repeat;
  88.     background-position: 3px 6px;
  89.     background-color: #f0f0f0;
  90.     color: #002000;
  91. }
  92.  
  93. #about-version {
  94.     font-weight: bold;
  95. }
  96.  
  97. tab.dwhelper-tab label {
  98.     padding-left: 4px;
  99. }
  100.  
  101. tab.dwhelper-tab image {
  102.     margin-top: 4px;
  103. }
  104.  
  105. #dwhelper-donate {
  106.     width: 400px;
  107. }
  108.  
  109. #dwhelper-donate #congratulations {
  110.     font-size: large;
  111.     font-weight: bold;
  112. }
  113.  
  114. #dwhelper-donate #not-again {
  115.     padding: 10px 10px 10px 10px;
  116. }
  117.  
  118. #dwhelper-donate description {
  119.     padding: 10px 10px 10px 10px;
  120. }
  121.  
  122. #dwhelper-media-sites {
  123.     width: 600px;
  124.     height: 200px;
  125.     margin-top: 5px;
  126. }
  127.  
  128. .dwhelper-button-line {
  129.     padding-top: 10px;
  130. }
  131.  
  132. #dwhelper-media-sites treechildren::-moz-tree-row(selected) { background-color: #FFFFAA; }
  133. #dwhelper-media-sites treechildren::-moz-tree-row(odd) { background-color: #EEEEEE; }
  134. #dwhelper-media-sites treechildren::-moz-tree-row(odd, selected) { background-color: #FFFFAA; }
  135. #dwhelper-media-sites treechildren::-moz-tree-cell-text(selected) { color: #000000; }
  136. #dwhelper-media-sites treechildren::-moz-tree-cell-text(odd, selected) { color: #000000; }
  137.  
  138. #dwhelper-site-info {
  139.     width: 250px;
  140. }
  141.  
  142. #dwhelper-site-info description {
  143.     font-style: italic;
  144.     max-width: 200px;
  145. }
  146.  
  147. #dwhelper-add-comment {
  148.     width: 400px;
  149. }
  150.  
  151. #dwhelper-add-comment description {
  152.     font-style: italic;
  153.     font-size: x-small;
  154.     padding-bottom: 5px;
  155. }
  156.  
  157. #dwhelper-site-name {
  158.     font-size: medium;
  159.     font-weight: bold;
  160. }
  161.  
  162. #dwhelper-sites>vbox {
  163.     overflow: auto; 
  164. }
  165.  
  166. #dwhelper-site>vbox {
  167.     overflow: auto; 
  168. }
  169.  
  170. #dwhelper-sites-tabbox {
  171.     padding: 8px;
  172. }
  173.  
  174. #dwhelper-comment .waiter {
  175.     padding-top: 20px;
  176. }
  177.  
  178. #dwhelper-report description {
  179.     font-style: italic;
  180.     font-size: x-small;
  181.     padding-bottom: 5px;
  182. }
  183.  
  184. #dwhelper-report>vbox>groupbox>description {
  185.     font-size: small;
  186. }
  187.  
  188. #dwhelper-wait-panel {
  189.     padding: 20px;
  190. }
  191.  
  192. #dwhelper-sites tree treechildren::-moz-tree-cell-text(adult) {
  193.     color: #FF2020;
  194. }
  195.  
  196. description.feature-descr {
  197.     width: 350px;
  198.     font-style: italic;
  199.     padding: 0px 0px 0px 5px;
  200. }
  201.  
  202. description.dwhelper-convert-register-item {
  203.     padding-left: 20px;
  204.     background-image: url('chrome://dwhelper/skin/bullet.png');
  205.     background-repeat: no-repeat;
  206.     background-position: 3px 4px;
  207. }
  208.  
  209. .dwhelper-convert-register {
  210.     padding: 12px 8px 8px 8px;
  211. }
  212.  
  213. .dwhelper-convert-register-buttons {
  214.     padding: 8px;
  215.     text-align: right;
  216. }
  217.  
  218. .dwhelper-convert-register-code-prompt {
  219.     padding: 8px;
  220. }
  221.  
  222. .dwhelper-convert-register-benefits {
  223.     padding-bottom: 8px;
  224. }
  225.  
  226. .dwhelper-converter-queue-entry {
  227.     margin: 4px;
  228.     padding: 4px;
  229.     background-color: White;
  230.     border-bottom: 1px solid #A0A0A0;
  231. }
  232.  
  233. .dwhelper-converter-queue-container {
  234.     overflow: auto;
  235.     border: 1px inset Black;
  236. }
  237.  
  238. .mandatory {
  239.     font-weight: bold;
  240. }
  241.  
  242. .dwhelper-mediainpage {
  243.     font-weight: bold;
  244. }
  245.